- GVariant
alias GVariant = _GVariant
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GVariantBuilder
alias GVariantBuilder = _GVariantBuilder
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GVariantClass
alias GVariantClass = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GVariantIter
alias GVariantIter = _GVariantIter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GVariantParseError
alias GVariantParseError = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_add
alias da_g_variant_builder_add = void function(GVariantBuilder* builder, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_add_parsed
alias da_g_variant_builder_add_parsed = void function(GVariantBuilder* builder, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_add_value
alias da_g_variant_builder_add_value = void function(GVariantBuilder* builder, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_clear
alias da_g_variant_builder_clear = void function(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_close
alias da_g_variant_builder_close = void function(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_end
alias da_g_variant_builder_end = GVariant* function(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_init
alias da_g_variant_builder_init = void function(GVariantBuilder* builder, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_new
alias da_g_variant_builder_new = GVariantBuilder* function(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_open
alias da_g_variant_builder_open = void function(GVariantBuilder* builder, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_ref
alias da_g_variant_builder_ref = GVariantBuilder* function(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_builder_unref
alias da_g_variant_builder_unref = void function(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_byteswap
alias da_g_variant_byteswap = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_check_format_string
alias da_g_variant_check_format_string = gboolean function(GVariant* value, const gchar* format_string, gboolean copy_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_classify
alias da_g_variant_classify = GVariantClass function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_compare
alias da_g_variant_compare = gint function(gconstpointer one, gconstpointer two)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_dup_bytestring
alias da_g_variant_dup_bytestring = gchar* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_dup_bytestring_array
alias da_g_variant_dup_bytestring_array = gchar** function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_dup_objv
alias da_g_variant_dup_objv = gchar** function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_dup_string
alias da_g_variant_dup_string = gchar* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_dup_strv
alias da_g_variant_dup_strv = gchar** function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_equal
alias da_g_variant_equal = gboolean function(gconstpointer one, gconstpointer two)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get
alias da_g_variant_get = void function(GVariant* value, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_boolean
alias da_g_variant_get_boolean = gboolean function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_byte
alias da_g_variant_get_byte = guchar function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_bytestring
alias da_g_variant_get_bytestring = const(gchar)* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_bytestring_array
alias da_g_variant_get_bytestring_array = const(gchar*)* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_child
alias da_g_variant_get_child = void function(GVariant* value, gsize index_, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_child_value
alias da_g_variant_get_child_value = GVariant* function(GVariant* value, gsize index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_data
alias da_g_variant_get_data = gconstpointer function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_double
alias da_g_variant_get_double = gdouble function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_fixed_array
alias da_g_variant_get_fixed_array = gconstpointer function(GVariant* value, gsize* n_elements, gsize element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_handle
alias da_g_variant_get_handle = gint32 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_int16
alias da_g_variant_get_int16 = gint16 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_int32
alias da_g_variant_get_int32 = gint32 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_int64
alias da_g_variant_get_int64 = gint64 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_maybe
alias da_g_variant_get_maybe = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_normal_form
alias da_g_variant_get_normal_form = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_objv
alias da_g_variant_get_objv = const(gchar*)* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_size
alias da_g_variant_get_size = gsize function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_string
alias da_g_variant_get_string = const(gchar)* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_strv
alias da_g_variant_get_strv = const(gchar*)* function(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_type
alias da_g_variant_get_type = const(GVariantType)* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_type_string
alias da_g_variant_get_type_string = const(gchar)* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_uint16
alias da_g_variant_get_uint16 = guint16 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_uint32
alias da_g_variant_get_uint32 = guint32 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_uint64
alias da_g_variant_get_uint64 = guint64 function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_va
alias da_g_variant_get_va = void function(GVariant* value, const(gchar)* format_string, const(gchar*)* endptr, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_get_variant
alias da_g_variant_get_variant = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_hash
alias da_g_variant_hash = guint function(gconstpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_container
alias da_g_variant_is_container = gboolean function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_floating
alias da_g_variant_is_floating = gboolean function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_normal_form
alias da_g_variant_is_normal_form = gboolean function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_object_path
alias da_g_variant_is_object_path = gboolean function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_of_type
alias da_g_variant_is_of_type = gboolean function(GVariant* value, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_is_signature
alias da_g_variant_is_signature = gboolean function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_copy
alias da_g_variant_iter_copy = GVariantIter* function(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_free
alias da_g_variant_iter_free = void function(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_init
alias da_g_variant_iter_init = gsize function(GVariantIter* iter, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_loop
alias da_g_variant_iter_loop = gboolean function(GVariantIter* iter, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_n_children
alias da_g_variant_iter_n_children = gsize function(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_new
alias da_g_variant_iter_new = GVariantIter* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_next
alias da_g_variant_iter_next = gboolean function(GVariantIter* iter, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_iter_next_value
alias da_g_variant_iter_next_value = GVariant* function(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_lookup
alias da_g_variant_lookup = gboolean function(GVariant* dictionary, const(gchar)* key, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_lookup_value
alias da_g_variant_lookup_value = GVariant* function(GVariant* dictionary, const(gchar)* key, const(GVariantType)* expected_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_n_children
alias da_g_variant_n_children = gsize function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new
alias da_g_variant_new = GVariant* function(const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_array
alias da_g_variant_new_array = GVariant* function(const(GVariantType)* child_type, GVariant** children, gsize n_children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_boolean
alias da_g_variant_new_boolean = GVariant* function(gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_byte
alias da_g_variant_new_byte = GVariant* function(guchar value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_bytestring
alias da_g_variant_new_bytestring = GVariant* function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_bytestring_array
alias da_g_variant_new_bytestring_array = GVariant* function(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_dict_entry
alias da_g_variant_new_dict_entry = GVariant* function(GVariant* key, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_double
alias da_g_variant_new_double = GVariant* function(gdouble value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_fixed_array
alias da_g_variant_new_fixed_array = GVariant* function(const(GVariantType)* element_type, gconstpointer elements, gsize n_elements, gsize element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_from_data
alias da_g_variant_new_from_data = GVariant* function(const(GVariantType)* type, gconstpointer data, gsize size, gboolean trusted, GDestroyNotify notify, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_handle
alias da_g_variant_new_handle = GVariant* function(gint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_int16
alias da_g_variant_new_int16 = GVariant* function(gint16 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_int32
alias da_g_variant_new_int32 = GVariant* function(gint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_int64
alias da_g_variant_new_int64 = GVariant* function(gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_maybe
alias da_g_variant_new_maybe = GVariant* function(const(GVariantType)* child_type, GVariant* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_object_path
alias da_g_variant_new_object_path = GVariant* function(const(gchar)* object_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_objv
alias da_g_variant_new_objv = GVariant* function(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_parsed
alias da_g_variant_new_parsed = GVariant* function(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_parsed_va
alias da_g_variant_new_parsed_va = GVariant* function(const(gchar)* format, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_signature
alias da_g_variant_new_signature = GVariant* function(const(gchar)* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_string
alias da_g_variant_new_string = GVariant* function(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_strv
alias da_g_variant_new_strv = GVariant* function(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_tuple
alias da_g_variant_new_tuple = GVariant* function(GVariant** children, gsize n_children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_uint16
alias da_g_variant_new_uint16 = GVariant* function(guint16 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_uint32
alias da_g_variant_new_uint32 = GVariant* function(guint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_uint64
alias da_g_variant_new_uint64 = GVariant* function(guint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_va
alias da_g_variant_new_va = GVariant* function(const(gchar)* format_string, const(gchar*)* endptr, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_new_variant
alias da_g_variant_new_variant = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_parse
alias da_g_variant_parse = GVariant* function(const(GVariantType)* type, const(gchar)* text, const(gchar)* limit, const(gchar*)* endptr, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_parser_get_error_quark
alias da_g_variant_parser_get_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_print
alias da_g_variant_print = gchar* function(GVariant* value, gboolean type_annotate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_print_string
alias da_g_variant_print_string = GString* function(GVariant* value, GString* string, gboolean type_annotate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_ref
alias da_g_variant_ref = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_ref_sink
alias da_g_variant_ref_sink = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_store
alias da_g_variant_store = void function(GVariant* value, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_take_ref
alias da_g_variant_take_ref = GVariant* function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_variant_unref
alias da_g_variant_unref = void function(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add
void g_variant_builder_add(GVariantBuilder* builder, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add_parsed
void g_variant_builder_add_parsed(GVariantBuilder* builder, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add_value
void g_variant_builder_add_value(GVariantBuilder* builder, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_clear
void g_variant_builder_clear(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_close
void g_variant_builder_close(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_end
GVariant* g_variant_builder_end(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_init
void g_variant_builder_init(GVariantBuilder* builder, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_new
GVariantBuilder* g_variant_builder_new(const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_open
void g_variant_builder_open(GVariantBuilder* builder, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_ref
GVariantBuilder* g_variant_builder_ref(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_unref
void g_variant_builder_unref(GVariantBuilder* builder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_byteswap
GVariant* g_variant_byteswap(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_check_format_string
gboolean g_variant_check_format_string(GVariant* value, gchar* format_string, gboolean copy_only)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_classify
GVariantClass g_variant_classify(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_compare
gint g_variant_compare(gconstpointer one, gconstpointer two)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_bytestring
gchar* g_variant_dup_bytestring(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_bytestring_array
gchar** g_variant_dup_bytestring_array(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_objv
gchar** g_variant_dup_objv(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_string
gchar* g_variant_dup_string(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_strv
gchar** g_variant_dup_strv(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_equal
gboolean g_variant_equal(gconstpointer one, gconstpointer two)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get
void g_variant_get(GVariant* value, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_boolean
gboolean g_variant_get_boolean(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_byte
guchar g_variant_get_byte(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_bytestring
const(gchar)* g_variant_get_bytestring(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_bytestring_array
const(gchar*)* g_variant_get_bytestring_array(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_child
void g_variant_get_child(GVariant* value, gsize index_, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_child_value
GVariant* g_variant_get_child_value(GVariant* value, gsize index_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_data
gconstpointer g_variant_get_data(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_double
gdouble g_variant_get_double(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_fixed_array
gconstpointer g_variant_get_fixed_array(GVariant* value, gsize* n_elements, gsize element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_handle
gint32 g_variant_get_handle(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int16
gint16 g_variant_get_int16(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int32
gint32 g_variant_get_int32(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int64
gint64 g_variant_get_int64(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_maybe
GVariant* g_variant_get_maybe(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_normal_form
GVariant* g_variant_get_normal_form(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_objv
const(gchar*)* g_variant_get_objv(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_size
gsize g_variant_get_size(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_string
const(gchar)* g_variant_get_string(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_strv
const(gchar*)* g_variant_get_strv(GVariant* value, gsize* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_type
const(GVariantType)* g_variant_get_type(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_type_string
const(gchar)* g_variant_get_type_string(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint16
guint16 g_variant_get_uint16(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint32
guint32 g_variant_get_uint32(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint64
guint64 g_variant_get_uint64(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_va
void g_variant_get_va(GVariant* value, const(gchar)* format_string, const(gchar*)* endptr, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_variant
GVariant* g_variant_get_variant(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_hash
guint g_variant_hash(gconstpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_container
gboolean g_variant_is_container(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_floating
gboolean g_variant_is_floating(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_normal_form
gboolean g_variant_is_normal_form(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_object_path
gboolean g_variant_is_object_path(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_of_type
gboolean g_variant_is_of_type(GVariant* value, const(GVariantType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_signature
gboolean g_variant_is_signature(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_copy
GVariantIter* g_variant_iter_copy(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_free
void g_variant_iter_free(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_init
gsize g_variant_iter_init(GVariantIter* iter, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_loop
gboolean g_variant_iter_loop(GVariantIter* iter, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_n_children
gsize g_variant_iter_n_children(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_new
GVariantIter* g_variant_iter_new(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_next
gboolean g_variant_iter_next(GVariantIter* iter, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_next_value
GVariant* g_variant_iter_next_value(GVariantIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_lookup
gboolean g_variant_lookup(GVariant* dictionary, const(gchar)* key, const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_lookup_value
GVariant* g_variant_lookup_value(GVariant* dictionary, const(gchar)* key, const(GVariantType)* expected_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_n_children
gsize g_variant_n_children(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new
GVariant* g_variant_new(const(gchar)* format_string, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_array
GVariant* g_variant_new_array(const(GVariantType)* child_type, GVariant** children, gsize n_children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_boolean
GVariant* g_variant_new_boolean(gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_byte
GVariant* g_variant_new_byte(guchar value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_bytestring
GVariant* g_variant_new_bytestring(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_bytestring_array
GVariant* g_variant_new_bytestring_array(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_dict_entry
GVariant* g_variant_new_dict_entry(GVariant* key, GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_double
GVariant* g_variant_new_double(gdouble value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_fixed_array
GVariant* g_variant_new_fixed_array(const(GVariantType)* element_type, gconstpointer elements, gsize n_elements, gsize element_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_from_data
GVariant* g_variant_new_from_data(const(GVariantType)* type, gconstpointer data, gsize size, gboolean trusted, GDestroyNotify notify, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_handle
GVariant* g_variant_new_handle(gint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int16
GVariant* g_variant_new_int16(gint16 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int32
GVariant* g_variant_new_int32(gint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int64
GVariant* g_variant_new_int64(gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_maybe
GVariant* g_variant_new_maybe(const(GVariantType)* child_type, GVariant* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_object_path
GVariant* g_variant_new_object_path(const(gchar)* object_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_objv
GVariant* g_variant_new_objv(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_parsed
GVariant* g_variant_new_parsed(const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_parsed_va
GVariant* g_variant_new_parsed_va(const(gchar)* format, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_signature
GVariant* g_variant_new_signature(const(gchar)* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_string
GVariant* g_variant_new_string(const(gchar)* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_strv
GVariant* g_variant_new_strv(const(gchar*)* strv, gssize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_tuple
GVariant* g_variant_new_tuple(GVariant** children, gsize n_children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint16
GVariant* g_variant_new_uint16(guint16 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint32
GVariant* g_variant_new_uint32(guint32 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint64
GVariant* g_variant_new_uint64(guint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_va
GVariant* g_variant_new_va(const(gchar)* format_string, const(gchar*)* endptr, va_list* app)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_variant
GVariant* g_variant_new_variant(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_parse
GVariant* g_variant_parse(const(GVariantType)* type, const(gchar)* text, const(gchar)* limit, const(gchar*)* endptr, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_parser_get_error_quark
GQuark g_variant_parser_get_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_print
gchar* g_variant_print(GVariant* value, gboolean type_annotate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_print_string
GString* g_variant_print_string(GVariant* value, GString* string, gboolean type_annotate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_ref
GVariant* g_variant_ref(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_ref_sink
GVariant* g_variant_ref_sink(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_store
void g_variant_store(GVariant* value, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_take_ref
GVariant* g_variant_take_ref(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_unref
void g_variant_unref(GVariant* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add
da_g_variant_builder_add g_variant_builder_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add_parsed
da_g_variant_builder_add_parsed g_variant_builder_add_parsed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_add_value
da_g_variant_builder_add_value g_variant_builder_add_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_clear
da_g_variant_builder_clear g_variant_builder_clear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_close
da_g_variant_builder_close g_variant_builder_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_end
da_g_variant_builder_end g_variant_builder_end;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_init
da_g_variant_builder_init g_variant_builder_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_new
da_g_variant_builder_new g_variant_builder_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_open
da_g_variant_builder_open g_variant_builder_open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_ref
da_g_variant_builder_ref g_variant_builder_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_builder_unref
da_g_variant_builder_unref g_variant_builder_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_byteswap
da_g_variant_byteswap g_variant_byteswap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_check_format_string
da_g_variant_check_format_string g_variant_check_format_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_classify
da_g_variant_classify g_variant_classify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_compare
da_g_variant_compare g_variant_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_bytestring
da_g_variant_dup_bytestring g_variant_dup_bytestring;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_bytestring_array
da_g_variant_dup_bytestring_array g_variant_dup_bytestring_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_objv
da_g_variant_dup_objv g_variant_dup_objv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_string
da_g_variant_dup_string g_variant_dup_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_dup_strv
da_g_variant_dup_strv g_variant_dup_strv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_equal
da_g_variant_equal g_variant_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get
da_g_variant_get g_variant_get;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_boolean
da_g_variant_get_boolean g_variant_get_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_byte
da_g_variant_get_byte g_variant_get_byte;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_bytestring
da_g_variant_get_bytestring g_variant_get_bytestring;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_bytestring_array
da_g_variant_get_bytestring_array g_variant_get_bytestring_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_child
da_g_variant_get_child g_variant_get_child;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_child_value
da_g_variant_get_child_value g_variant_get_child_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_data
da_g_variant_get_data g_variant_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_double
da_g_variant_get_double g_variant_get_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_fixed_array
da_g_variant_get_fixed_array g_variant_get_fixed_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_handle
da_g_variant_get_handle g_variant_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int16
da_g_variant_get_int16 g_variant_get_int16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int32
da_g_variant_get_int32 g_variant_get_int32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_int64
da_g_variant_get_int64 g_variant_get_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_maybe
da_g_variant_get_maybe g_variant_get_maybe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_normal_form
da_g_variant_get_normal_form g_variant_get_normal_form;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_objv
da_g_variant_get_objv g_variant_get_objv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_size
da_g_variant_get_size g_variant_get_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_string
da_g_variant_get_string g_variant_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_strv
da_g_variant_get_strv g_variant_get_strv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_type
da_g_variant_get_type g_variant_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_type_string
da_g_variant_get_type_string g_variant_get_type_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint16
da_g_variant_get_uint16 g_variant_get_uint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint32
da_g_variant_get_uint32 g_variant_get_uint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_uint64
da_g_variant_get_uint64 g_variant_get_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_va
da_g_variant_get_va g_variant_get_va;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_get_variant
da_g_variant_get_variant g_variant_get_variant;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_hash
da_g_variant_hash g_variant_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_container
da_g_variant_is_container g_variant_is_container;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_floating
da_g_variant_is_floating g_variant_is_floating;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_normal_form
da_g_variant_is_normal_form g_variant_is_normal_form;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_object_path
da_g_variant_is_object_path g_variant_is_object_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_of_type
da_g_variant_is_of_type g_variant_is_of_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_is_signature
da_g_variant_is_signature g_variant_is_signature;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_copy
da_g_variant_iter_copy g_variant_iter_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_free
da_g_variant_iter_free g_variant_iter_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_init
da_g_variant_iter_init g_variant_iter_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_loop
da_g_variant_iter_loop g_variant_iter_loop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_n_children
da_g_variant_iter_n_children g_variant_iter_n_children;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_new
da_g_variant_iter_new g_variant_iter_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_next
da_g_variant_iter_next g_variant_iter_next;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_iter_next_value
da_g_variant_iter_next_value g_variant_iter_next_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_lookup
da_g_variant_lookup g_variant_lookup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_lookup_value
da_g_variant_lookup_value g_variant_lookup_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_n_children
da_g_variant_n_children g_variant_n_children;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new
da_g_variant_new g_variant_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_array
da_g_variant_new_array g_variant_new_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_boolean
da_g_variant_new_boolean g_variant_new_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_byte
da_g_variant_new_byte g_variant_new_byte;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_bytestring
da_g_variant_new_bytestring g_variant_new_bytestring;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_bytestring_array
da_g_variant_new_bytestring_array g_variant_new_bytestring_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_dict_entry
da_g_variant_new_dict_entry g_variant_new_dict_entry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_double
da_g_variant_new_double g_variant_new_double;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_fixed_array
da_g_variant_new_fixed_array g_variant_new_fixed_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_from_data
da_g_variant_new_from_data g_variant_new_from_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_handle
da_g_variant_new_handle g_variant_new_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int16
da_g_variant_new_int16 g_variant_new_int16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int32
da_g_variant_new_int32 g_variant_new_int32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_int64
da_g_variant_new_int64 g_variant_new_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_maybe
da_g_variant_new_maybe g_variant_new_maybe;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_object_path
da_g_variant_new_object_path g_variant_new_object_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_objv
da_g_variant_new_objv g_variant_new_objv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_parsed
da_g_variant_new_parsed g_variant_new_parsed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_parsed_va
da_g_variant_new_parsed_va g_variant_new_parsed_va;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_signature
da_g_variant_new_signature g_variant_new_signature;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_string
da_g_variant_new_string g_variant_new_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_strv
da_g_variant_new_strv g_variant_new_strv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_tuple
da_g_variant_new_tuple g_variant_new_tuple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint16
da_g_variant_new_uint16 g_variant_new_uint16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint32
da_g_variant_new_uint32 g_variant_new_uint32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_uint64
da_g_variant_new_uint64 g_variant_new_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_va
da_g_variant_new_va g_variant_new_va;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_new_variant
da_g_variant_new_variant g_variant_new_variant;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_parse
da_g_variant_parse g_variant_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_parser_get_error_quark
da_g_variant_parser_get_error_quark g_variant_parser_get_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_print
da_g_variant_print g_variant_print;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_print_string
da_g_variant_print_string g_variant_print_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_ref
da_g_variant_ref g_variant_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_ref_sink
da_g_variant_ref_sink g_variant_ref_sink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_store
da_g_variant_store g_variant_store;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_take_ref
da_g_variant_take_ref g_variant_take_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_variant_unref
da_g_variant_unref g_variant_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.